﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

p, label, button, input, a, span {
  font-family: "Poppins", sans-serif;
}

a, button {
  cursor: pointer;
}

button:disabled {
  cursor: no-drop;
  opacity: 0.9;
}

select {
  line-height: 1 !important;
}

table {
  border: 1px solid #c4c4c4;
}

.login-mian-bg {
  /*background-image: url("../img/background_anim.gif");
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}

.login-page-sub-main {
  width: 77%;
  margin: 0 auto;
  box-shadow: rgba(46, 124, 194, 0.49) 0px 1px 4px;
  border-radius: 1em;
  /* background-color: #fff; */
  min-height: 80vh;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(255, 255, 255, 0.3);*/
}

.login-bg-box {
  background: linear-gradient(90.2deg, rgb(1, 47, 95) -0.4%, rgb(56, 141, 217) 106.1%);
  border-radius: 1em 9em 9em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-bg-box .logo-img {
  width: 6em;
  border-radius: 0.7em;
}
.login-bg-box .company-logo-text {
  font-size: 1.4em;
  font-weight: 700;
  text-shadow: 2px 2px #5bb0ff;
  letter-spacing: 4px;
}
.login-bg-box .main-head {
  font-size: 2.2em;
  font-weight: 700;
}
.login-bg-box p {
  max-width: 39ch;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
}
.login-bg-box .signup-btn {
  margin-top: 30px;
  display: block;
  padding: 0.5em 2em;
  /* background-color: #000; */
  border-radius: 4em;
  color: #fff;
  font-size: 0.9em;
  border: 1px solid #ffffff;
}

.login-form-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0em 6em; */
  margin: 0 auto;
  align-items: center;
  padding: 1em 1em 0em 1em;
}
.login-form-main h3 {
  text-align: left;
  font-size: 1.7em;
  font-weight: 700;
  color: #023161;
  margin-bottom: 0.5em;
}
.login-form-main .sign-in-btn {
  color: #fff;
  background: #023161;
  padding: 0.5em;
  border: 1px solid #033263;
  width: 100%;
  border-radius: 3em;
  font-weight: 500;
  height: 2.7em;
  margin-top: 0.6em;
}
.login-form-main .register-new-user-btn {
  color: #023161;
  /* background: #ffffff; */
  padding: 0.3em 1em;
  border: 1px solid #3181c9;
  width: 100%;
  border-radius: 3em;
  font-weight: 500;
  /* height: 1.7em; */
  margin-top: 0.6em;
  width: max-content;
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-top: 1em;
  margin: 1em auto 0em;
  transition: ease-in-out 0.3s;
}
.login-form-main .register-new-user-btn:hover {
  color: #fff;
  background: #023161;
}

.login-form-group {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.login-form-group label {
  margin-bottom: 5px;
  display: block;
  color: #023161;
  font-size: 0.9em;
  font-weight: 500;
}
.login-form-group input {
  border: 1px solid #3181c9;
  padding: 0em 0em 0em 2em;
  width: 100%;
  border-radius: 4em;
  width: 100%;
  height: 2.7em;
  background: #f1f1f1;
}
.login-form-group input::placeholder {
  font-size: 0.8em;
}
.login-form-group input:focus, .login-form-group input :focus-visible {
  border: 1px solid #033263;
  box-shadow: rgba(4, 51, 100, 0.52) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  outline: 0;
}
.login-form-group .pass-eye-btn {
  position: absolute;
  right: 7px;
  top: 39px;
}
.login-form-group .pass-eye-btn svg {
  color: #3385ce;
}
.login-form-group .login-name-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 39px;
  left: 10px;
  color: #525252;
}

.login-form-group .mud-input-control > .mud-input-control-input-container {
  background: #fff !important;
  border-radius: 4em;
  width: 100%;
  height: 2.7em;
  /*background: #f1f1f1;*/
  border: 1px solid #3181c9;
}

.login-form-group .mud-input-control.mud-input-outlined-with-label {
  margin-top: 0px;
  margin-bottom: 0px;
}

.login-form-group .mud-input {
  width: 100%;
  height: 2.7em;
  /*background: #f1f1f1;*/
  border: 1px solid #3181c9;
  background: #fff !important;
  border-radius: 4em;
}

.login-form-group .mud-input.mud-input-outlined .mud-input-outlined-border {
  display: none;
}

.login-form-group .mud-select .mud-select-input .mud-input-slot {
  font-size: 15px;
}

.login-form-group .mud-select .mud-select-input .mud-input-slot:focus {
  box-shadow: none;
}

.file_head_show_span {
  margin-bottom: 2px;
  display: block;
  color: #023161;
  font-size: 0.9em;
  font-weight: 500;
}

.login-input-bg {
  background: #f1f1f1;
}

.login-input-brdr {
  border: 1px solid #3181c9;
}

.main-color {
  color: #023161;
}

.main-bg-dark-color {
  background-color: #023161;
}

.main-bg-light-color {
  background-color: rgb(203, 231, 255);
}

/*------------Custom Check box------------------------*/
.checkbox-wrapper-15 .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.checkbox-wrapper-15 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
  border-color: #3181c9;
  background-color: #fff;
}

.checkbox-wrapper-15 .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}

.checkbox-wrapper-15 .cbx span:last-child {
  margin-left: 2px;
}

.checkbox-wrapper-15 .cbx:hover span:first-child {
  border-color: #3181c9;
  background-color: #fff;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
  border-color: #3c53c7;
  background: #3c53c7;
  animation: check-15 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
  transition: all 0.3s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}
/*-----------------------------------------------*/
/*-------------Dashboard-----------------------*/
.side-bar-main .logo_section h4 {
  color: #023161;
  font-weight: 600;
  font-size: 20px;
}
.side-bar-main .logo_section img {
  width: 3.5em;
  border-radius: 2px;
}
.side-bar-main::-webkit-scrollbar {
  width: 10px;
}
.side-bar-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
.side-bar-main::-webkit-scrollbar-thumb {
  background: #777777;
  border-radius: 0px;
}
.side-bar-main::-webkit-scrollbar-thumb:hover {
  background: #777777;
}
.side-bar-main ul li a {
  font-size: 0.9em;
  color: #1c1c1c;
  padding: 0.5em 0em 0.5em 0.6em;
  margin-bottom: 0.7em;
  border-radius: 0.5em;
}
.side-bar-main ul li a svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.side-bar-main ul li a.nav-item.active {
  color: #023161;
  background-color: rgb(203, 231, 255);
  font-weight: 500;
  border-left: 3px solid #023161;
}
.side-bar-main ul li ul.submenu {
  margin-left: 16px;
}
.side-bar-main ul li ul.submenu li a {
  font-size: 0.9em;
  color: #1c1c1c;
  padding: 0.5em 0em 0.5em 0.6em;
  margin-bottom: 0.7em;
  border-radius: 0.5em;
  display: block;
}

.top-bar .top-bar-user-sec {
  padding: 4px 9px;
  border-radius: 5px;
}
.top-bar .top-bar-user-sec .bar-user-svg {
  color: #023161;
  width: 35px;
  height: 35px;
}
.top-bar .top-bar-user-sec h6 {
  color: #023161;
  line-height: 6px;
  margin-top: 12px;
}
.top-bar .top-bar-user-sec span.username_sapn {
  font-size: 13px;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.submenu.open {
  max-height: 55em;
}

/*--------------Dropdown-------------------*/
.userdetailmenuBox {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  pointer-events: none;
  animation-fill-mode: forwards;
}

/* OPEN ANIMATION */
.userdetailmenuBox.show {
  animation: dropdownOpen 0.25s ease forwards;
}

/* CLOSE ANIMATION */
.userdetailmenuBox.hide {
  animation: dropdownClose 0.25s ease forwards;
}

/* KEYFRAMES */
@keyframes dropdownOpen {
  0% {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}
@keyframes dropdownClose {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
  }
}
/*-----------Popup Animation----------------*/
@keyframes popupShow {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.popup-animate {
  animation: popupShow 0.25s ease-out forwards;
}

/*--------------Company Management-----------------*/
.attach-acco-btn {
  width: 33em;
}

.acc-symbol {
  font-size: 1.2em;
}

.modal-form-group input, .modal-form-group select {
  background: rgba(251, 251, 251, 0.4);
}
.modal-form-group input:focus, .modal-form-group input :focus-visible, .modal-form-group select:focus, .modal-form-group select :focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #023161;
}
.modal-form-group input:disabled, .modal-form-group select:disabled {
  cursor: no-drop;
  background-color: rgba(156, 156, 156, 0.1803921569);
  opacity: 0.9;
}

/*--------------Carousel---------------------*/
.carousel-image {
  width: 100%;
  border: 1px solid #02347a;
  object-fit: cover;
  border-radius: 10px;
  height: 150px;
  /* height: 100%; */
  margin: 0 auto;
  min-width: 100%;
}

/*-------------Alert-----------*/
.alert-bx {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px); /* start completely hidden upward */
  /* background: #333;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;*/
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  width: 23em;
}

/* Slide Down */
@keyframes slideDown {
  0% {
    transform: translate(-50%, -100px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
}
/* Slide Up (hide) */
@keyframes slideUp {
  0% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -100px);
    opacity: 0;
  }
}
.alert-bx.show {
  animation: slideDown 0.45s ease forwards;
}

.alert-bx.hide {
  animation: slideUp 0.45s ease forwards;
}

/*-----------Dashboard Tiles--------------*/
.green-light-bg {
  background-color: #ecfaf3;
}

.dash_tile_name_singlebx {
  border-right: 1px solid #9d9d9d;
  padding-right: 5px;
  min-width: 10em;
}

.dash_tile_name_singlebx:last-child {
  border-bottom: 0px !important;
}

.dash_tile_name_singlebx_main:last-child {
  border-bottom: 0px !important;
}

.text-xs {
  font-size: 0.8em;
}

/*-------------Tab Design-------------------*/
.tab-btn-main {
  display: flex;
  gap: 0.7em;
  margin-bottom: 1em;
}

.tab-btn-main button {
  padding: 3px 0.9em;
  border: 1px solid #307fc7;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #307fc7;
}
.tab-btn-main button.active-tab {
  background: #023161;
  color: #fff;
}

.multi-select-mud-dropdown .mud-input.mud-input-underline:before {
  border: 0px;
  position: relative;
  width: 0;
}

.multi-select-mud-dropdown .mud-input-control > .mud-input-control-input-container {
  background: rgba(251, 251, 251, 0.4);
  border-radius: 8px;
  border: 1px solid #d1d5dc;
  min-height: 38px;
}

.multi-select-mud-dropdown .mud-select .mud-select-input .mud-input-slot {
  font-size: 14px;
  color: #717379;
  padding: 7px 9px;
}

.page-main-selct-muddrop-main input:focus {
  border: 0px !important;
}

.page-main-selct-muddrop-main .mud-input.mud-input-underline:before {
  border: 0px;
  position: relative;
  width: 0;
}

.page-main-selct-muddrop-main .mud-input-control > .mud-input-control-input-container {
  border: 1px solid #023161;
  padding: 3px 8px;
  border-radius: 7px;
}

.page-main-selct-muddrop-main .mud-select .mud-select-input .mud-input-slot {
  font-size: 14px;
  color: #000;
}

.page-main-selct-muddrop-main .mud-input.mud-input-underline:after {
  position: relative;
}

.dash-tile-scroll {
  max-height: 11.7em;
  overflow: auto;
}

.company_highlight_span {
  color: #023161;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  margin: 0px 5px;
}

/*-------Table Design--------*/
.table-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 16px;
}

.table-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}

.table-wrapper {
  max-height: 320px; /* Vertical scroll */
  overflow: auto; /* Both scrolls */
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

table {
  border-collapse: collapse;
  min-width: 1200px; /* Horizontal scroll */
  width: 100%;
}

thead th {
  position: sticky;
  top: 0;
  background: #f9fafb;
  color: #374151;
  font-weight: 600;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  z-index: 2;
}

tbody td {
  padding: 12px 14px;
  color: #4b5563;
  border-bottom: 1px solid #e5e7eb;
  white-space: normal;
  /*word-break: break-word;*/
  max-width: 24ch;
  word-wrap: break-word;
}

tbody tr:hover {
  background-color: #f3f4f6;
}

tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

.status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 999px;
}

.status.active {
  background: #dcfce7;
  color: #15803d;
}

.status.inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.table-scroll {
  max-height: 350px; /* vertical scroll */
  overflow: auto; /* horizontal + vertical */
  border: 1px solid #e5e7eb;
}

/* force horizontal scroll */
.table-scroll table {
  min-width: 1200px;
  border-collapse: collapse;
}

/* sticky header */
.table-scroll thead th {
  position: sticky;
  top: 0;
  background: #f9fafb;
  z-index: 2;
}

/* optional polish */
.table-scroll th,
.table-scroll td {
  padding: 10px 14px;
  white-space: nowrap;
  border-bottom: 1px solid #e5e7eb;
}

.chart-cnt-main .chart-cnt-sub {
  align-items: center;
}
.chart-cnt-main .chart-cnt-sub p {
  font-size: 14px;
}
.chart-cnt-main .chart-cnt-sub p.count-p {
  font-size: 20px;
  font-weight: 500;
  color: #023161;
}

.tbl-clm-filt-main .filter-button {
  text-transform: capitalize !important;
  border: 1px solid #023161;
  color: #023161;
  display: flex;
  align-items: center;
  padding: 6px 15px;
}
.tbl-clm-filt-main .filter-button svg {
  margin-right: 5px;
}

.filter-selcet-dropdown-sheeet {
  padding: 6px;
}
.filter-selcet-dropdown-sheeet .mud-icon-button {
  padding: 6px;
}
.filter-selcet-dropdown-sheeet .mud-icon-root.mud-svg-icon {
  fill: rgb(2, 49, 97);
}
.filter-selcet-dropdown-sheeet .mud-icon-size-medium {
  font-size: 1em;
}
.filter-selcet-dropdown-sheeet .mud-icon-root {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  stroke: 1;
  /* border: 1px solid #000; */
}

/*.mud-input-control > .mud-input-control-input-container {
    border: 1px solid #d1d5dc;
    border-radius: 0.5rem;
    height: 2.3em;
    padding: 3px 9px;
    color: #263140;
}*/
.tbl-chk-bx-main .mud-input-control > .mud-input-control-input-container {
  border: 0px solid #d1d5dc;
  padding: 0em;
}

.tbl-chk-bx-main .mud-input-control > .mud-input-control-input-container p {
  font-size: 14px;
  font-weight: 600;
}

.tbl-chk-bx-main .mud-input-control > .mud-input-control-input-container .mud-icon-button {
  padding: 5px;
}

.mud-input.mud-input-underline:before {
  transition: none !important;
  border-bottom: 0px !important;
}

.mud-chkbx-th {
  width: 11em;
}

.dropdown {
  bottom: 10px !important;
  top: auto !important;
}

.notification-main {
  max-height: 16.7em;
  overflow: auto;
}

/* width */
.notification-main::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.notification-main::-webkit-scrollbar-track {
  background: #023161;
}

/* Handle */
.notification-main::-webkit-scrollbar-thumb {
  background: #888;
}

.follow-us-txt {
  font-size: 1em !important;
}

.modal-input-main .mud-select.mud-autocomplete {
  border: 1px solid rgba(0, 0, 0, 0.1294117647) !important;
  border-radius: 8px !important;
}

.back-btn {
  padding: 5px;
  border: 1px solid #023161;
  border-radius: 5em;
}
.back-btn svg {
  color: #023161;
}
